Public Shadows Sub RemoveAt( _ ByVal index As Integer _ )
Dim instance As PartCollection(Of T) Dim index As Integer instance.RemoveAt(index)
public new void RemoveAt( int index )
public: new void RemoveAt( int index )
PartCollection<T> Class PartCollection<T> Members